const google.golang.org/grpc/internal/grpcutil.baseContentType
7 uses
google.golang.org/grpc/internal/grpcutil (current package)
method.go#L46: const baseContentType = "application/grpc"
method.go#L62: if contentType == baseContentType {
method.go#L65: if !strings.HasPrefix(contentType, baseContentType) {
method.go#L69: switch contentType[len(baseContentType)] {
method.go#L74: return contentType[len(baseContentType)+1:], true
method.go#L85: return baseContentType
method.go#L87: return baseContentType + "+" + contentSubtype
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)